home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / tools / dbpage / _setup.1 / DBPage.exe / 0 / RCDATA / TFIELDFORM / TFIELDFORM.txt
Text File  |  1997-05-06  |  796b  |  38 lines

  1. object FieldForm: TFieldForm
  2.   Left = 414
  3.   Top = 181
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Fields List'
  7.   ClientHeight = 273
  8.   ClientWidth = 138
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object StringGrid1: TStringGrid
  19.     Left = 0
  20.     Top = 0
  21.     Width = 138
  22.     Height = 273
  23.     Align = alClient
  24.     ColCount = 2
  25.     DefaultRowHeight = 16
  26.     FixedCols = 0
  27.     RowCount = 2
  28.     FixedRows = 0
  29.     Options = [goVertLine, goHorzLine, goRowSelect]
  30.     ScrollBars = ssVertical
  31.     TabOrder = 0
  32.     OnDblClick = StringGrid1DblClick
  33.     ColWidths = (
  34.       91
  35.       43)
  36.   end
  37. end
  38.